home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 January / Mac_easy_01_08.iso / Software / Online / Chat / macam.0.9.1.dmg / macam source / utilities / JpgDecompress.h < prev    next >
Encoding:
Text File  |  2006-05-24  |  243 b   |  11 lines

  1. /*
  2.  *  JpgDecompress.h
  3.  *  macam
  4.  *
  5.  *  Created by Vincenzo Mantova on 15/05/06.
  6.  *  Copyright 2006 __MyCompanyName__. All rights reserved.
  7.  *
  8.  */
  9.  
  10. int JpgDecompress(unsigned char * pIn, unsigned char * pOut, int size, int width, int height);
  11.